P2P Drive API
----------------------------------------------------------------------------
Github:
https://github.com/PenguinAmbush/P2P-Drive.git



Dependencies:
{
zendx.io/P2P-Drive
github.com/gin-gonic/gin v1.8.1
github.com/gofiber/fiber/v2 v2.40.1
github.com/gofiber/swagger v0.1.8
github.com/google/uuid v1.3.0
github.com/swaggo/swag v1.8.8
go.mongodb.org/mongo-driver v1.11.1
}

Additional_dependencies:
{
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/spec v0.20.7 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/swaggo/files v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.43.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/tools v0.4.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
}


tools:
{
    "git"
    "git-bash"
    "git-flow"
    "github-desktop"
    "Go"
    "GoLand"
    "Go Fiber"

}

*Installation*
Prerequisite: Install Golang ( https://go.dev/dl/ )

1.Download back end P2P API to your machine
2.Navigate to the installation directory and verify download.
3.Open the folder into your favorite IDE (Vs Code, Goland, etc…)
4.To make sure your dependencies are up to date with the latest version, open terminal/powershell in the P2P API’s installed directory. 
5.Run the following lines: “Go get all”, “Go mod tidy”, “Go clean”. 
6.Finally, run “Go run .” or “Go run main.go” and you should be presented with a response displaying the port which the program is being hosted to (8083). 

*This application requires a restart after modifications for changes to take effect*


(application may be accessed by other machines in local network by using host machine’s ip address followed by default port ex.. http://192.168.1.100:8083)

*Contributions*
Contributions to the P2P drive web applicationmust:
1.Be forked to a new repository.
2.Proper use of git-bash/git-flwo commands as the Git branch model.
3.Implement all dependencies into Go APi application folder using desired platform
